home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
SirTommy.dxr
/
Internal_20_New Behavior.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-25
|
197 b
|
11 lines
on beginSprite me
timeout("fire").new(5500, #blow, me)
end
on blow me
puppetSound(5, member("fireball"))
if timeout("fire").period = 5500 then
timeout("fire").period = 6000
end if
end